6049c4
@@ -143,4 +143,7 @@
public void setHookType(HookType hookType) {
     this.hookType = hookType;
   }
 
+  public String getOperationName() {
+    return SessionState.get().getHiveOperation().name();
+  }
 }
